.header .tel {
	float: right;
	margin-top: 30px;
	padding-left: 55px;
	background: url(../images/icon13.png) left center no-repeat;
	color: #999;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}

.header .tel strong {
	font-size: 26px;
	line-height: 27px;
	color: #333333;
	font-weight: bold;
}
@media (max-width:768px) {
	.header .tel{display: none;}
}

.ind_bg {
	overflow: hidden;
	background-color: #fff;
	text-align: center;
	background: url(../images/01.jpg);
	background-position: 0 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.ind_tit {
	position: relative;
	padding: 20px 0;
	text-align: center;
}

.ind_tit small {
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #003b82;
	text-transform: uppercase;
	font-size: 18px;
	font-family: Arial;
	line-height: 30px;
}

.ind_tit h2 {
	position: relative;
	color: #030303;
	font-weight: 400;
	font-size: 32px;
	line-height: 50px;
	margin-bottom: 10px;
}

.ind_tit h2:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: 5;
	display: block;
	margin-left: -1.5rem;
	width: 3rem;
	height: 1px;
	background-color: #003b82;
	content: " ";
}

.ind_tit.bg small {
	border-color: #fff;
}

.ind_tit.bg small::after,
.ind_tit.bg small::before {
	border-color: #fff;
}

.containe {
	width: 100%;
	display: block;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.ind_pro {
	margin-left: -15px;
	padding: 0 15px;
	width: 100%;
	overflow: hidden;
}

.ind_pro li {
	float: left;
	box-sizing: border-box;
	margin-left: 0.75%;
	margin-right: 0.75%;
	margin-bottom: 2%;
	width: 31.8%;
	border: 1px solid #dddddd;
	background-color: rgba(255, 255, 255, .65);
	transition: all .5s ease-in-out;
}

.ind_pro li a {
	display: block;
}

.ind_pro .big {
	position: relative;
	overflow: hidden;
}

.imgcon {
	overflow: hidden;
	text-align: center;
	font-size: 0;
	padding: 5px;
}

.imgcon img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	width: auto;
	min-height: auto;
	transition: all .5s ease-in-out;
}

.imgcon:after {
	clear: both;
	display: inline-block;
	width: 0;
	height: 100%;
	content: "";
	vertical-align: middle;
}

.ind_pro .abs {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all .5s ease-in-out;
}

.ind_pro .btn {
	display: inline-block;
	width: 120px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	height: 60px;
	border: none;
	/* background-image: url(../images/logo_white.png); */
	background-position: 0 center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	color: transparent;
}

.ind_pro p.tit {
	position: relative;
	display: block;
	overflow: hidden;
	border-top: 1px solid #dddddd;
	color: #333;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 2.5em;
	transition: color 0s !important;
	transition: all .5s ease-in-out;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: none;
}

.ind_pro li:hover {
	border-color: #003b82;
	box-shadow: 0 0 15px rgba(27, 48, 133, .5);
}

.ind_pro li:hover img {
	transform: scale(1.1);
}

.ind_pro li:hover .abs {
	/* background-color: rgba(0, 0, 0, .1); */
	opacity: 1;
}

.ind_pro li:hover p.tit {
	background-color: #003b82;
	color: #fff;
}

@media (max-width:768px) {
	.ind_pro li {
		width: 48%;
	}
}

.ind_bg.news {
	background-image: url(../images/05.jpg);
	padding-bottom: 50px;
}

.tab01 {
	position: relative;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 800px;
	text-align: center;
	overflow: hidden;
}

.tab01 li {
	position: relative;
	z-index: 5;
	display: inline-block;
	margin: 0 10px;
	width: 148px;
	height: 38px;
	border: 1px solid #DDDDDD;
	border-radius: 20px;
	background-color: #fff;
	font-size: 14px;
	line-height: 38px;
}

.tab01 li:hover {
	border: 1px solid #0256AC;
	background-color: #0256AC;
}

.tab01 li:hover a {
	color: #FFFFFF;
}

.tab01 li a {
	color: #666;
}

.tab01 li.act {
	border-color: #003b82;
	background-color: #003b82;
}

.tab01 li.act a {
	color: #fff;
}

/* 02 */
.tab02{
	max-width: 1200px;
}

.ind_news {
	width: 100%;
	text-align: left;
	overflow: hidden;
}

.ind_ninfo li {
	float: left;
	margin-right: 2%;
	width: 23%;
}

.ind_news strong {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
}

.ind_news h3 {
	display: block;
	overflow: hidden;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 30px;
}

.ind_news i {
	margin-right: 10px;
	color: #003b82;
}

.ind_news .imWrap {
	margin: 5px 0 10px;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.ind_news .imWrap img {
	min-width: 100%;
	min-height: 100%;
	transition: all 0.5s ease; 
}

.imWrap img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	display: block;
	width: 100%;
}
.ind_news .imWrap img:hover{
	transform: scale(1.1);
}
.ind_news p.con {
	display: block;
	overflow: hidden;
	height: 48px;
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.ind_news .btn {
    display: inline-block;
    width: 110px;
    border: 1px solid #333;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
}

.ind_news+.btn {
	margin: 0 auto;
	margin-top: 30px;
	border-color: #003b82;
	color: #003b82;
	margin-bottom: 30px;
}
.ind_news+.btn:hover{
	background: #003b82;
	color: #FFFFFF;
}

.ind_news .right {
	transition: all .6s ease-in-out;
	margin-top: 10px;
}

.ind_news li:hover .right {
	margin-left: 20px;
}
@media (max-width: 768px){
	.ind_news li {
		width: 47%;
		margin-left: 1%;
		margin-top: 20px;
	}
	.tab01{
		margin-bottom: 0;
	}
	.tab01 li{
		width: 45%;
	}
	.tab02 li{
		width: 44%;
		margin-bottom: 5px;
	}
}

/* adv */
.F_v {
	overflow: hidden;
	width: 100%;
	background: url(../images/f_vbg.jpg) no-repeat center;
	height: 623px
}
.F_v .container{
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.F_v .title {
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
.F_v .title img {
	display: block;
	margin: 0 auto
}
.F_v .title h2 {
	font-size: 32px;
	color: #333333;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 10px;
}
.F_v .title p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	background: url(../images/title-p-wen.png) no-repeat center;
	margin-top: 5px
}
.F_v .FVCon {
	width: 100%;
	margin-top: 20px;
	overflow: hidden
}
.F_v dl {
	width: 200px;
	float: left;
	height: 405px;
	background: #0080cc url(../images/f_btn01.png) no-repeat left bottom
}
.F_v dt {
	position: relative;
	width: 200px;
	height: 160px
}
.F_v dd {
	padding: 0 29px;
	margin-top: 10px;
	text-align: justify
}
.F_v dd h3 {
	text-align: center;
	font-size: 25px;
	color: #fff;
	background: url(../images/wt_h3_titbg.png) no-repeat center;
	line-height: 56px
}
.F_v dd p {
	font-size: 13px;
	line-height: 100px;
	color: #fff;
	line-height: 22px;
	margin-top: 20px;
	overflow: hidden
}
.F_v .blue {
	background: #103488 url(../images/f_btn02.png) no-repeat left bottom
}
.F_v .blue01 {
	background: #0080cc url(../images/f_v03.jpg) no-repeat left bottom
}
.F_v .blue02 {
	background: #103488 url(../images/f_v04.jpg) no-repeat left bottom
}
.F_v .blue03 {
	background: #0080cc url(../images/f_v05.jpg) no-repeat left bottom
}
@media (max-width:1024px) {
	.F_v{display: none;}
}

.ind_zizhi{
	width: 100%;
	height: 800px;
	background: url(../images/zz.jpg) no-repeat center;
	margin-top: 70px;
	padding-top: 30px;
	box-sizing: border-box;
}
@media (max-width:1200px) {
	.ind_zizhi{display: none;}
}

/* 应用 */
.apply{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.apply li{
	float:left;
	display:block;
	width:20%;
}
.apply li .app-info{
	position: relative;
}
.apply li .app-info img{
	width: 100%;
}
.apply li .app-info .abs{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	opacity: 1;
	transition: all 0.7s ease;
}
.apply .app-info .abs:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    content: " ";
}
.apply li .app-info .abs .in{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	max-width: 100%;
}
.apply li .app-info .abs .in img{
	width: auto;
	max-width: 100%;
}
.apply li .app-info .abs .in h3{
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}
.apply li .app-info .abs .in small{
	margin-top: 10px;
	padding: 0 10px;
	border-top: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: Arial;
	line-height: 32px;
	display: inline-block;
}
.apply li .app-info:hover .abs{
	opacity: 0;
}
@media (max-width:768px) {
	.apply li{
		width: 50%;
	}
	.apply li .app-info .abs .in img{
		display: none;
	}
	.apply li .app-info .abs .in h3{
		font-size: 16px;
	}
	.apply li .app-info .abs .in small{
		font-size: 14px;
		margin-top: 0;
		padding: 0 5px;
	}
}

.banner .swiper-slide a {
	display: block;
	padding-top: 35%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover
}

.banner .swiper-pagination-bullet {
	width: 30px;
	height: 10px;
	border-radius: 20px;
}

.banner .swiper-pagination-bullet-active {
	background-color: #DA0102;
	opacity: 1
}

/* 手机导航 */
.tab-head{
	width: 100%;
	height: auto;
	background: #0256AC;
	overflow: hidden;
	display: none;
}
.tab-head li{
	width: 33.3%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
	border-right: 1px #1372f4 solid;
	border-bottom: 1px #1372f4 solid;
	box-sizing: border-box;
}
.tab-head li a{
	width: 100%;
	height: 35px;
	color: #FFFFFF;
}
@media (max-width:768px) {
	.tab-head{
		display: block;
	}
}

/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 25%;
	background: #0256AC;
	float: left;
	padding: 5px 0;
	border-right: 1px solid #FFFFFF;
	list-style: none;
	box-sizing: border-box;
}
.phonefooternav ul li:nth-child(3){
	width: 50%;
	background: #FF0000;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover .call {
	color: yellow;
}
.phonefooternav ul li a img {
	width: 22px;
	padding: 2px 0;
	margin: 0 auto;
}
.phonefooternav p{
	color: #FFFFFF;
	font-size: 14px;
}
@media (max-width: 768px) {
	.phonefooternav {
		display: block;
	}
	.footer{
		display: none;
	}
}

.foot_a .gswj {
    background: #FFFFFF;
    width: 80px;
    height: 80px;
    float: right;
	margin-left: 5px;
	overflow: hidden;
}
.foot_a .gswj img{
	width: 55px;
	height: auto;
	margin-left: 12px;
	margin-top: 3px;
}

.about_list {
	max-width: 790px;
	margin: 0 auto;
	overflow: hidden;
}

.about_list ul li {
	width: 33.333%;
	float: left;
	margin: 35px 0
}

.about_list .box {
	margin: 10px;
	border: 1px solid #e7e7e7;
	text-align: center;
	padding: 35px 0;
	color: #666666;
}

.about_list .box h3 {
	font-size: 36px;
	color: #0256AC;
	font-weight: 400;
	margin-bottom: 20px
}
@media (max-width:768px) {
	.about_list ul li {
		margin: 20px 0;
	}
	.about_list .box {
	    margin: 5px;
	}
	.about_list .box h3 {
	    font-size: 30px;
	}
}

/* pro */
.g-cur {
	height: 55px;
	line-height: 55px;
	background: #f5f5f5;
	color: #666666;
}

.g-cur .wp {
	background: url('../images/home.png') left center no-repeat;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 14px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.g-cur .wp a {
	color: #666666;
	font-size: 14px;
	margin: 0 5px;
}

.g-cur .wp a:hover {
	color: #DA0102
}

.list-type{
	text-align: center;
	margin: 20px 0;
}
.list-type li{
	display: inline;
	margin: 0 5px;
	padding: 0;
	color: #808080;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition-duration: .5s;
	position: relative;
}
.list-type li a{
	background: #FFF;
	border: 1px solid #B9B8B8;
	border-radius: 0px;
	font-size: 16px;
	color: #333333;
	display: inline-block;
	padding: 10px 25px;
	line-height: 20px;
	margin-bottom: 5px;
	border-radius: 7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-type li.active a, .list-type li a:hover {
	color: #FFFFFF;
	background: #0357AC;
	border: 1px solid #0357AC;
}
@media (max-width:768px) {
	.list-type li{
		margin: 0;
		line-height: 24px;
	}
	.list-type li a{
		width: 40%;
		padding: 7px 10px;
		font-size: 14px;
	}
}

/* page */
.pages{
	display: table;
    margin: 0 auto;
	margin-top: 20px;
}
.pages b {
  display: block;
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #0256AC;
  background: #0256AC;
  border-radius: 3px;
}
.pages a {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  width: auto;
  height: auto;
}
.pages span {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #0256AC;
}
.pages .fl{
	display: none;
}
.pages a:hover {
  background: #0256AC;
  color: #fff;
  border: 1px solid #0256AC;
}

/* 点击放大图片 */
.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 5px solid #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none
}

.bigbox {
	width: 840px;
	background: #fff;
	border: 1px solid #ededed;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

.bigbox>.imgbox {
	width: 400px;
	height: 250px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
	width: 100%;
}

.imgbox:hover {
	cursor: zoom-in
}

.mask:hover {
	cursor: zoom-out
}

.mask>img {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 60px;
}

.mask>img:hover {
	cursor: pointer
}

/*feedback*/
.ny_feed_ny {
	width: 100%;
	height: auto;
	overflow: hidden
}

.ny_feed_tit {
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid #e6e6e6;
	color: #626262
}

.ny_feed_tit span {
	font-size: 1.6em;
	font-weight: bold;
	color: #0256AC;
	display: block;
	text-align: center;
	line-height: 3em
}

.ny_feed_ny form {
	margin-top: 3em
}

.lyb {
	width: 50%;
	margin: .5em auto;
}

.lyb input {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 3em;
	font-size: 1.1em
}

.lyb textarea {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 8em;
	font-size: 1.1em
}

.lyb_tj {
	width: 20%;
	margin: 2em auto;
}

.lyb_tj input {
	width: 100%;
	background-color: #0256AC;
	border: 1px solid #0256AC;
	color: #fff;
	height: 3em;
	font-size: 1.3em
}

@media (max-width:991px) {
	.lyb {
		width: 70%;
	}
	.lyb_tj {
		width: 40%;
	}
}

/* 联系我们 */
#maximg .lx{position: relative;}
#maximg .lx img{
	max-width: inherit;
}
#maximg .lx .us_map{
	margin-top: 20px;
}
.ditu_info{position:absolute;top:0;left:0;z-index:5;box-sizing:border-box;padding:40px 30px;width:42%;height:100%;}
.ditu_info .bg{box-sizing:border-box;padding:40px 30px;width:100%;height:100%;background-color:rgba(26, 140, 209,.8);}
.ditu_info h2{color:#fff;font-size:24px;line-height:30px;font-weight: bold;margin-bottom: 40px;}
.ditu_info dl i{padding-right:7px;font-size:.8rem;}
.ditu_info dl dd{margin-bottom:10px;color:#fff;font-size:16px;line-height:24px;margin-left: 0;}
.ditu_info dl dd span{float:left;}
.ditu_info dl dd a{color: #FFFFFF;}
@media (max-width:768px) {
	.ditu_info{
		position: inherit;
		width: 100%;
		padding: 0;
	}
}

/* pro-info */
.pro-title{overflow: hidden;margin-top: 20px;}
.pro-title h1 {margin: 0;font-size: 24px;font-weight: normal;text-align: center;padding-bottom: 20px;border-bottom: 1px solid #ddd;}
.pro-title .pro-pic{width: 40%;max-width: 500px;margin-top: 20px;float: left;}
.pro-title .pro-pic img{max-width: 100%;}
.pro-title .pro-info{width: 50%;float: right;padding-top: 50px;color: #666666;font-size: 16px;}
.pro-title .pro-info p{margin: 10px 0;}
.pro-title .pro-info p span{font-weight: bold;}
.pro-title .pro-info p a{color: #666666;}
.html_cont .tit {
	border-bottom: 1px solid #eee;
	position: relative;
	margin-bottom: 15px;
	margin-top: 10px;
}
.html_cont .tit h3 {
	font-size: 18px;
	color: #fff;
	width: 150px;
	font-weight: bold;
	line-height: 35px;
	background: #0256AC;
	text-align: center;
	letter-spacing: 1px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0;
}
.html_cont .tit s {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #0256AC;
}
.pro-content {line-height: 1.8;margin-bottom: 30px;color: #666666;font-size: 16px;padding: 0 10px;box-sizing: border-box;}
.pro-content img {max-width: 100% !important;width: auto !important;height: auto !important;}
@media (max-width:768px) {
	.pro-title h1{
		font-size: 18px;
	}
	.pro-title .pro-pic{
		width: 100%;
	}
	.pro-title .pro-info{
		width: 100%;
		padding: 0 10px;
		padding-top: 10px;
		box-sizing: border-box;
	}
}

.jump {margin-top: 30px; padding: 16px 0; color: #333; border-top: 1px solid #E1E1E1;}
.jump p {color: #444444; line-height: 32px;text-indent: 0;text-align: left;}
.jump p a{color: #777777;}
.jump p a:hover {color: #0256AC;}

/* news-info */
.details_tit {
	text-align: center;
	padding: 20px 10px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 20px;
	color: #999;
	margin-top: 30px;
	box-sizing: border-box;
}
.news-info{
	padding: 0 10px;
	color: #555555;
}
.details_tit h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	color: #222;
	line-height: 30px;
}
.details_cur {
	line-height: 40px;
	border-top: 1px solid #f3f3f3;
	margin-top: 40px;
}
.details_cur span {
	max-width: 48%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.details_cur span a {
	color: #999;
}
.details_cur span a:hover {
	color: #0256AC;
}
.details_cur:after {
	content: '';
	display: block;
	clear: both;
}
.flt {
    float: left;
}
.frt {
    float: right;
}

#demo1 td{
	padding: 0 10px;
}
#demo1 td img{
	width: 100%;
}